home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / PaperCut Quota / pc-setup.exe / {app} / PCSetup / README.txt < prev    next >
Text File  |  2005-03-04  |  4KB  |  92 lines

  1. ==============================================================================
  2.                 README - PaperCut Client/Workstation Setup
  3. ==============================================================================
  4.  
  5. The PaperCut User Inquiry Tool (UIT) is optional client software that displays
  6. a user's current account balance in a popup window.  This is usually
  7. configured to display automatically when the user logs onto the network.  This
  8. document details various installation and deployment options.
  9.  
  10.  
  11. OPTION 1 - ZERO-INSTALL DEPLOYMENT
  12.  
  13. The zero-install option is suitable for networks running modern operating 
  14. systems such as Windows 2000 and Windows XP.  The UIT (PCClient.exe) can simply
  15. be run directly from the PCSetup share on the primary PaperCut Server.  Typical
  16. methods for starting the program include:
  17.  
  18. *Logon Script*
  19.  
  20.   Add a line in the users' logon script to run the program.  For example:
  21.       cmd /k "start \\servername\PCSetup\PCClient.exe /silent"
  22.  
  23.  
  24. *Group Policy*
  25.  
  26.   Use group policy (User Configuration->Windows Settings->Scripts 
  27.   (Logon/Logoff)-> Logon) to define or modify the logon script that runs the 
  28.   program.
  29.  
  30.    Batch File:
  31.      cmd /k "start \\servername\PCSetup\PCClient.exe /silent"
  32.  
  33.    VBScript:
  34.      Set WshShell = WScript.CreateObject("WScript.Shell")
  35.      WshShell.Run "\\server_name\PCSetup\pcclient.exe /silent"
  36.  
  37.  
  38. *All Users StartUp Folder*
  39.  
  40.   On each workstation create a shortcut to \\servername\PCSetup\PCClient.exe
  41.   in the "All Users" Startup folder.  This folder is usually located at 
  42.   C:\Documents and Settings\All Users\Start Menu\Programs\Startup.  The program
  43.   will then run whenever a user logs into the workstation.
  44.  
  45. *Starting via the Windows Registry (Advanced)*
  46.  
  47.   Use a logon script or otherwise to add a registry key to each workstation. 
  48.   Create a key called "PaperCut" with a value of 
  49.       "\\servername\PCSetup\PCClient.exe /silent"
  50.   in the root 
  51.       HKLM/Woftware/Microsoft/Windows/CurrentVersion/Run
  52.  
  53. Special Note for Windows XP SP2:  Windows XP may prevent the running of remote
  54. executables hosted on a server's share.  If users receive a security warning,
  55. add the server to the workstation's list of "Trusted sites" via Internet Options
  56. in the control panel and reboot.
  57.  
  58.  
  59. OPTION 2 - FULL INSTALLATION
  60.  
  61. The PCSetup share also includes a copy of the full PaperCut installer.  In
  62. some cases, the zero-install deployment option may not work - for example, 
  63. very old versions of Windows may not have the required components.  The full 
  64. installation will install all required dependencies. Administrators, running 
  65. at Administrator level privileges may install the client my running the 
  66. "pcsetup.exe" program from this directory and selecting the "Workstation Client
  67. Install" option, or more conveniently, by running the 
  68. "client-silent-install.bat" script which automates the process somewhat.
  69.  
  70. Option 1 should be used in preference to the full installation on each
  71. workstation.
  72.  
  73.  
  74. CONFIGURATION
  75.  
  76. The "setup.txt" file can be used to change the behavior and appearance of the 
  77. UIT.  Please see the PaperCut User Guide for an explanation of the options 
  78. available.
  79.  
  80.  
  81. DEPENDENCIES (Information for technical administrators)
  82.  
  83. The "PCClient.exe" process requires the following Microsoft components:
  84.  
  85.     Windows Scripting Host
  86.        installed by default in Windows 2000, XP and higher
  87.  
  88.     Microsoft DAO or MDAC
  89.        installed by default with Windows 2000, XP and higher
  90.  
  91.  
  92.